home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / model3d.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-10-12  |  2KB  |  41 lines

  1. echo off
  2. cls
  3. echo This is an automated demonstration of SURFMODL.
  4. echo Just press the space bar after each picture displays, to
  5. echo continue on to the next.  (By the way, this demo is much
  6. echo faster if run off a hard disk.)
  7. echo .
  8. echo SURFMODL does wireframe plots...
  9. pause
  10. surfmodl fan2.srf 2
  11. echo SURFMODL does hidden line removal...
  12. pause
  13. surfmodl fan2.srf 3
  14. echo And SURFMODL does shaded rendering (surface modeling)...
  15. pause
  16. surfmodl fan2.srf 4
  17. echo SURFMODL even does smoothing...
  18. echo NOTE: This next plot can take a while if you have a VGA in 256-color mode,
  19. echo       because of the smoothing algorithm.  If you would like to skip this
  20. echo       plot, press 'A' (Abort) any time after plotting begins.
  21. pause
  22. surfmodl 3dfcn.srf 4
  23. echo SURFMODL uses multiple light sources, and fully supports colored
  24. echo rendering on all popular PC graphics adapters, and even supports the
  25. echo Commodore Amiga.  To see more of its capabilities, run it without
  26. echo any command-line parameters to get the menus.  Or read the
  27. echo documentation (SURFMODL.DOC).  Also be sure to read FILES.IDX for a
  28. echo list of all files included with this release.
  29. pause
  30. surfmodl faces.srf 4
  31. surfmodl robot2.srf 4
  32. surfmodl apple.srf 4
  33. cls
  34. echo Hope you enjoyed seeing SURFMODL.  If you did not get a copy of
  35. echo the full release, and you would like to know how to get it,
  36. echo send a stamped, self-addressed envelope (or an International
  37. echo Postal Coupon if you live outside the USA) to:
  38. echo   Ken Van Camp
  39. echo   RD #1 Box 1255
  40. echo   East Stroudsburg, PA 18301
  41.